@charset "UTF-8";

/*重置CSS*/

body,
html {
    font-size: 12px;
}

body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: '微软雅黑';
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px none inset !important;
	
}

select,
textarea {
    outline: none;
    font-family: '微软雅黑';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

abbr,
acronym {
    border: 0;
}


/*公用css*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.gray {
    color: #a7a7a7;
}

.yellow {
    color: #f79e00;
}

.blue {
    color: #00b7ee;
}

.green {
    color: #009237;
}
.hgrey {
    background:#f5f5f5;
}

.red {
    color: #c40000;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.ft8 {
    font-size: 8px;
}

.ft10 {
    font-size: 10px;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.ft22 {
    font-size: 22px;
}

.ft24 {
    font-size: 24px;
}

.ft26 {
    font-size: 26px;
}

.ft28 {
    font-size: 28px;
}

.ft30 {
    font-size: 30px;
}

.ft32 {
    font-size: 32px;
}

.ft34 {
    font-size: 34px;
}

.ft36 {
    font-size: 36px;
}

.ft38 {
    font-size: 38px;
}

.ft40 {
    font-size: 40px;
}

.ft42 {
    font-size: 42px;
}

.ft44 {
    font-size: 44px;
}

.ft46 {
    font-size: 46px;
}

.ft48 {
    font-size: 48px;
}

.ft50 {
    font-size: 50px;
}

.ft52 {
    font-size: 52px;
}

.ft54 {
    font-size: 54px;
}

.wid0 {
    width: 0%;
}

.wid3 {
    width: 2.9703%;
}

.wid6 {
    width: 5.94059%;
}

.wid9 {
    width: 8.91089%;
}

.wid12 {
    width: 11.88119%;
}

.wid15 {
    width: 14.85149%;
}

.wid18 {
    width: 17.82178%;
}

.wid21 {
    width: 20.79208%;
}

.wid24 {
    width: 23.76238%;
}

.wid27 {
    width: 26.73267%;
}

.wid30 {
    width: 29.70297%;
}

.wid33 {
    width: 32.67327%;
}

.wid36 {
    width: 35.64356%;
}

.wid39 {
    width: 38.61386%;
}

.wid42 {
    width: 41.58416%;
}

.wid45 {
    width: 44.55446%;
}

.wid48 {
    width: 47.52475%;
}

.wid51 {
    width: 50.49505%;
}

.wid54 {
    width: 53.46535%;
}

.wid57 {
    width: 56.43564%;
}

.wid60 {
    width: 59.40594%;
}

.wid63 {
    width: 62.37624%;
}

.wid66 {
    width: 65.34653%;
}

.wid69 {
    width: 68.31683%;
}

.wid72 {
    width: 71.28713%;
}

.wid75 {
    width: 74.25743%;
}

.wid78 {
    width: 77.22772%;
}

.wid81 {
    width: 80.19802%;
}

.wid84 {
    width: 83.16832%;
}

.wid87 {
    width: 86.13861%;
}

.wid90 {
    width: 89.10891%;
}

.wid93 {
    width: 92.07921%;
}

.wid96 {
    width: 95.0495%;
}

.wid99 {
    width: 98.0198%;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.ftbold {
    font-weight: bold;
}


/*闭合浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*icon 图标*/

i.icon {
    display: inline-block;
    vertical-align: baseline;
    *vertical-align: middle;
}


/*css border 三角*/

i.icon-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
}

i.icon-triangle-left {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 6px solid #1D4C57;
}

i.icon-triangle-right {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #1D4C57;
}

i.icon-triangle-up {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #1D4C57;
}

i.icon-triangle-down {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #282727;
}


/*button 组件*/

.btn {
    display: inline-block;
    font: 16px/2 "Microsoft Yahei";
    padding: 0 10px;
    background-color: #f2f2f2;
    border-radius: 3px;
    transition: all .3s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #f0f0f0;
}

.btn-block {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
}

.btn-error {
    background-color: #FF0202;
    color: #fff;
}

.btn-error:hover {
    background-color: #f53d3d;
}


/*tab选项卡初始样式
*/

.w105 {
    width: 105px;
}

.w230 {
    width: 230px;
}

.w250 {
    width: 250px;
}

.w270 {
    width: 270px;
}

.w790 {
    width: 790px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.hide {
    display: none;
}

.big {
    min-width: 1200px;
}

.wm-1200,
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wm-1200:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*顶部样式*/

.mini-top-nav {
    height: 40px;
    line-height: 40px;
    background: #f4f4f6;
    border-bottom: 1px solid #ddd;
    color: #7a7a7a;
}

.mini-top-nav .left-log-reg span {
    margin-right: 20px;
}

.mini-top-nav .left-log-reg a:hover {
    color: #ff6600;
}

.top-tel {
    position: relative;
    margin-left: 20px;
}

.top-tel .icon-tel {
    display: inline-block;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0px;
    background: url(../images/tel-phone.png) no-repeat;
}

.top-tel span {
    margin-left: 20px;
}

.dw_Cbg {
    background: url(../images/common.png) no-repeat;
}

#top-nav-down li {
    float: left;
    width: 120px;
    cursor: pointer;
    margin-left: 5px;
}

#top-nav-down .eq1 {
    background-position: 8px -28px;
}

#top-nav-down .eq2 {
    background-position: 0px -90px;
}

#top-nav-down li h1 {
    font-weight: normal;
    position: relative;
}

#top-nav-down li h1 span {
    margin-left: 25px;
}

#top-nav-down li h1 i {
    display: inline-block;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 10px;
	#top:0px;
}

.iconsms  {
	padding-left:30px;
	  background: url(../images/phone-sms.png) no-repeat left bottom;
}

#top-nav-down li h1 i.icon1 {
    background: url(../images/phone-icon.png) no-repeat;
}

#top-nav-down li h1 i.icon2 {
    width: 18px;
    background: url(../images/settings.png) no-repeat;
}

#top-nav-down li div {
    width: 100px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    display: none;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
}

#top-nav-down li div dl {
    line-height: 22px;
}

#top-nav-down li div dl dd a:hover {
    color: #ff6600;
}

#top-nav-down li div img {
    vertical-align: middle;
    width: 92px;
    height: 92px;
}

/*********show tab*******/

#top-nav-down2 li {
    float: left;
    width: auto;
    cursor: pointer;
    margin-left: 0px;
}


#top-nav-down2 li div {
    width: 118px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    display: none;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
}

#top-nav-down2 li div dl {
    line-height: 22px;
	
}
#top-nav-down2 li div dl dd a{
	color:#333;
	background:none;
	border-bottom:1px solid #ddd;
}

#top-nav-down2 li div dl dd a:hover {
    color: #ff8600;
	background:none;
}


/*top-logo，top-search*/

.top-log-box {
	clear:both;
    height: 112px;
}

.top-log-box .logo-icon {
    margin-top: 13px;
}

.top-log-box .search-right {
    margin-top: 42px;
}

.top-log-box .search-right span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}

.search-right .search-box {
	width: 397px;
    height: 41px;
    border: 2px solid #059a32;
}
.search-right .search-box .top-search {
    height: 41px;
    line-height: 41px;
    width: 225px;
    padding-left: 11px;
    font-size: 14px;
}
.search-right .search-box .selectul {
    height: 41px;
    line-height: 41px;
    width: 80px;
    font-size: 14px;
	 border-right:1px solid #059a32;
	text-align:left;
	background: url(../images/sanjiao.png)  right center no-repeat; 
	text-indent:20px;
	position:relative;
	z-index:999999;
}
.search-right .search-box .selectul a{
	display:none;
	width:80px;
}
.search-right .search-box .selectul #first-a{
	display:block;
	border:none;
}
.search-right .search-box  .onsub{
	z-index:999;
}
.search-right .search-box  .onsub #first-a{
	border-bottom:1px solid #dddddd;
}
.search-right .search-box  .onsub .left-a{
	display:block;
	width:80px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background:#fff;
	margin-left:-2px;
}
.search-right .search-box  .onsub .left-a:hover{
	background:#e5e3e3;
}
.search-right .search-box  .onsub  #first-a{
	display:block;
}

.search-right .search-box .top-btn-search {
    background: #059a32;
    width: 80px;
    height: 41px;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.search-right .search-box .search-icon {
    padding-left: 25px;
    padding-top: 5px;
    background: url(../images/search-icon.png) no-repeat;
    vertical-align: middle;
}

.search-right .write-note a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 120px;
    background: #fab742;
    color: #fff;
	display:block;
	#display:block;
}

.search-right .write-note a i.need-icon {
    margin-left: 17px;
    padding-left: 25px;
    padding-top: 2px;
    background: url(../images/need-icon.png) no-repeat;
    vertical-align: middle;
}

.search-right .write-note a:hover {
    background: #ff8600;
}


.showpub{
	display:none;
	
}
.search-right .write-note a:hover  .showpub{
		display:black;
	
}

.showpub li{
	
	list-style:none;
	text-align:center;
}

/***add show kw***/
.showkw_ul{
	border:1px solid green;
	border-top:none;
	margin-top:2px;
}
.showkw_ul ul li{
	line-height:30px;
	background:#fff;
	cursor:pointer;
}
.showkw_ul ul li:hover{
	background:#f2f2f2;
}


/*菜单导航*/

.menu-box {
    height: 50px;
    background: #059a32;
    line-height: 50px;
}

.menu-nav {}

.menu-nav ul li {
    text-align: center;
    float: left;
}

.menu-nav ul li:first-child a{
    display: inline-block;
    width: 220px;
    color: #fff;
}
.menu-nav ul li a{
	display: inline-block;
    width: 196px;
    color: #fff;
}

.menu-nav ul li:hover,
.menu-nav ul li.on {
    background: #37ae5b;
}


/*面包屑导航*/

.icon-bg {
    background: url(../images/news/list-common.png) no-repeat;
}

.st-crumbs {
    padding: 0;
    font-size: 16px;
    color: #099c35;
    line-height: 45px;
    height: 45px;
    font-size: 12px;
    border-bottom: 1px solid #059a32;
    margin-bottom: 20px;
}

.st-crumbs em {
    padding: 0 5px;
}

.st-crumbs i {
    background: #059a32;
    width: 5px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.st-crumbs a {
    color: #099c35;
}

.st-crumbs a:hover {
    color: #37ae5b;
}


/*面包屑导航 end*/


/*底部样式*/

.footer {
    background: #393f4f;
    padding-top: 30px;
    height: 206px;
}

.footer-nav .footer-nav-list {
    float: left;
    width: 152px;
    text-align: right;
    margin-left: 66px;
    margin-right: 80px;
}



.footer-nav .footer-nav-list dt {
    height: 52px;
    line-height: 72px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #9c9fa7;
    position: relative;
    margin-bottom: 10px;
}

.footer-nav .footer-nav-list dt i {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 40px;
    height: 41px;
}

.footer-nav .footer-nav-list dt .icon1 {
    background: url(../images/a-usicon.png) no-repeat;
}

.footer-nav .footer-nav-list dt .icon2 {
    background: url(../images/my-buyicon.png) no-repeat;
}

.footer-nav .footer-nav-list dt .icon3 {
    background: url(../images/help-icon.png) no-repeat;
}

.footer-nav .footer-nav-list dt .icon4 {
    background: url(../images/look-usicon.png) no-repeat;
}

.footer-nav .footer-nav-list dd {
    line-height: 24px;
}

.footer-nav .footer-nav-list dd a {
    color: #fff;
}

.footer-nav .footer-nav-list dd a:hover {
    color: #ff8400;
}

.footer-nav .last-dl {
    width: 186px;
    margin-right: 50px;
	text-align:center;
}


.footer-nav .last-dl .footer-sys {
    color: #fff;
}

.footer-nav .last-dl .footer-sys img {
    width: 80px;
	margin:5px;
    height: 80px;
}

.footer-bottom {
    height: 104px;
    background: #2c303d;
}


.footer-powby .fb-left-menu ul li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0px 8px;
}


.footer-powby .fb-left-menu ul li a {
    color: #aaaaaa;
}

.footer-powby .fb-left-menu ul li a:hover {
    color: #ff8400;
}

.footer-powby .powby-text {
    color: #aaaaaa;
    margin-left: 8px;
}

.footer-powby .fb-right-img {
    margin-right: 36px;
    margin-top: 5px;
}

.footer-powby .fb-right-img ul li {
    float: left;
    margin-left: 12px;
}

.footer-powby .fb-right-img ul li img {
    width: 108px;
    height: 42px;
}

@media (max-width: 1200px) {
	.mini-top-nav{
		width:1200px;
	}
	.menu-box{
		width:1200px;
	}
.footer{
	width:1200px;
}
.footer-bottom{
	width:1200px;
}
}


/*帮助中心 和 关于我们 左导航样式*/

.st-main-page {
    width: 1200px;
}

.st-main-page .type-name {
    width: 204px;
    height: 57px;
    line-height: 57px;
    background: #37ae5b;
    font-size: 18px;
    color: #fff;
    position: relative;
    text-align: center;
}

.st-main-page .type-name i {
    position: absolute;
    top: 14px;
    left: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.st-main-page .type-name .help-icon {
    background: url(../images/help/help-name-icon.png) no-repeat;
}

.st-main-page .user-side-menu {
    float: left;
    width: 202px;
    border: 1px solid #e7e7e7;
}

.st-main-page .user-side-menu .sideMenu {}

.st-main-page .user-side-menu .sideMenu .sideMenu-title {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #00b7ee;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.st-main-page .user-side-menu .sideMenu h3 {
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #777777;
    background: #f4f4f6;
    margin-top: -1px;
}

.st-main-page .user-side-menu .sideMenu h3.on {
    color: #37ae5b;
}

.st-main-page .user-side-menu .sideMenu h3 i.icon-triangle {
    border-left: 6px solid #9a9a9a;
    border-right: 0px solid #9a9a9a;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.st-main-page .user-side-menu .sideMenu h3 em {
    float: left;
    display: block;
    width: 12px;
    height: 45px;
    cursor: pointer;
    margin-left: 53px;
    line-height: 40px;
}

.st-main-page .user-side-menu .sideMenu h3.on em i.icon-triangle {
    border-left: 6px solid #37ae5b;
    border-right: 0px solid #37ae5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.st-main-page .user-side-menu .sideMenu ul {
    padding: 10px 25px;
    color: #999;
    display: none;
    /* 默认都隐藏 */
}

.st-main-page .user-side-menu .sideMenu ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 31px;
}

.st-main-page .user-side-menu .sideMenu ul li.active a,
.st-main-page .user-side-menu .sideMenu ul li:hover a {
    color: #37ae5b;
}


/*右侧内容框架样式*/

.st-main-box {
    width: 886px;
    border: 1px solid #ddd;
    min-height: 400px;
    padding: 0px 40px;
}

.st-main-box .st-main-tname {
    padding: 0;
    color: #696969;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.st-main-box .st-main-tname i {
    background: #059a32;
    width: 5px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.st-main-box .st-main-con {}

.st-main-box .st-main-con p {
    line-height: 30px;
}

.st-main-box .st-main-con img {
    max-width: 886px;
    text-align: center;
}


/*右侧漂浮*/
.toolbar-item{
    background: url(../images/toolbar.png) no-repeat;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 30%;
    z-index: 9999
}
/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-moz-transition: background-position 1s;
    -webkit-moz-transition: background-position 1s;
    transition: background-position 1s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: 0 -6px;
}

.toolbar-item-weixin:hover {
    background-position:0 -70px;
}

.toolbar-item-weixin .toolbar-layer {
    height: 212px;
    text-align: center;
}
.toolbar-item-app {
    background-position: 0 -255px;
}

.toolbar-item-app:hover {
    background-position: 0 -317px;
}


.toolbar-item-top {
    background-position: 0 -131px;
}

.toolbar-item-top:hover {
    background-position: 0 -193px;
}

.toolbar-layer {
  text-align: center;
  background:#fff;
  border:1px solid #eee;
    position: absolute;
    right: 52px;
    bottom: 1px;
    width: 172px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 9999;
}
.toolbar-layer h3{
  height: 30px;
  line-height: 30px;
}
.toolbar-layer h3 p{
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
/*列表页面分页样式*/

.list-page {
   clear: both;
    height: 40px;
    margin: 15px 0px 35px 30px;
    text-align: center;
    width: 1000px;
    margin: 15px auto 35px auto;
}

.list-page span {
    margin: 5px;
    height: 35px;
    float: left;
    line-height: 35px;
}

.list-page input {
    width: 50px;
    height: 35px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.list-page a {
    font-size: 12px;
    color: #333333;
    display: block;
    padding: 0px 20px;
    border: 1px solid #e5e5e5;
}

.list-page a:hover {
    background: #fab742;
    color: #fff;
}
.list-page  cite{
	
	  margin: 5px;
    height: 35px;
    float: left;
    line-height: 35px;
}

/*列表页面分页样式 end*/


/*边距公用样式*/

.news-left {
    margin-left: 14px;
}

.news-bottom {
    margin-bottom: 15px;
}

.list-border {
    border: 1px solid #e5e5e5;
}


/*边距公用样式 end*/


/*最新排行*/

.market-right .deal-main {
    width: 94%;
    padding: 0px 3%;
    float: left;
    display: block;
}

.deal-main ul li {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: #b4b4b4;
    font-size: 12px;
}

.deal-main ul .deal-li {
    border-bottom: 1px dashed #e5e5e5;
    color: #696969;
    padding: 11px 0px;
}

.deal-main ul .deal-li a:hover {
    color: #ff8400
}

.deal-main ul li .deal-time,
.deal-main ul li .deal-det,
.deal-main ul li .deal-state {
    display: block;
    float: left;
}

.deal-main ul li .deal-time {
    width: 20%;
}

.deal-main ul li .deal-det {
    width: 60%;
}

.deal-det .det-color {
    color: #fd4a4a
}

.deal-main ul li .deal-state {
    width: 20%;
}

/**热门企业推荐**/
.market-right .deal-hotqiye {
    width: 100%;
    padding: 0px 0;
    float: left;
    display: block;
}
.deal-hotqiye ul li {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    background: url(../images/qiye_bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.deal-hotqiye .hotqiye{
    color: #333;
    line-height: 28PX;
}
.deal-hotqiye ul li img{
    border-radius: 50%;
}
/*最新排行*/
.tbico{
	font-size:12px; 
	background:green;
	color:#fff; 
	padding:2px 5px; 
	border-radius:10%;
}

.float_dowm{
    z-index: 999999;
    background: none;
    position: fixed;
    top: 250px;
    left:15px;
	
}